home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / Tokens.strings < prev    next >
Text File  |  1994-12-14  |  2KB  |  60 lines

  1. /* Copyright Notice ============================================*
  2.  
  3.     This file contains proprietary information of Pages Software
  4.     Incorporated. Copying or reproduction without prior written
  5.     approval is prohibited.
  6.         
  7.     Copyright (c) 1994
  8.     Pages Software Inc.
  9.     9755 Clairemont Mesa Blvd.
  10.     San Diego, CA 92124
  11.     (619) 492-9050
  12.     
  13.  * Copyright Notice ============================================*/
  14.  
  15.  
  16. /* RCS History Section==========================================*/
  17.  
  18. /*
  19.  * $Header: /sourceControl/pages/1.5.n/src/interface.subproj/English.lproj/RCS/Tokens.strings,v 2.1 1994/10/12 23:57:17 peter Exp $
  20.  *
  21.  * $Log: Tokens.strings,v $
  22.  * Revision 2.1  1994/10/12  23:57:17  peter
  23.  * 1.5.n tree start
  24.  *
  25. Revision 1.2  94/03/28  18:33:52  peter
  26. added rcs headers
  27.  
  28.  */
  29.  
  30. /* RCS History Section==========================================*/
  31.  
  32.  
  33.  
  34. /* Module Notes ================================================*
  35.  
  36.     This file relates variable internal names to marker expressions
  37.         
  38.     Do NOT localize these values
  39.  
  40.  * Module Notes ================================================*/
  41.  
  42.  
  43. "Short Format Date"        = "DATE('SHORT');";
  44. "Long Format Date"        = "DATE('LONG');";
  45. "12 Hour Time"                = "TIME('12');";
  46. "24 Hour Time"                = "TIME('24');";
  47. "Page Number"                = "PAGENUM(@SELF);";
  48. "Document Page Count"    = "PAGECOUNT(@DOCUMENT);";
  49. "Section Page Count"        = "PAGECOUNT(@SECTION);";
  50. "Document Name"            = "NAME(@DOCUMENT);";
  51. "Section Name"                = "NAME(@SECTION);";
  52. "Creation Date"            = "DATE('CREATE');";
  53. "Modification Date"        = "DATE('MODIFY');";
  54. "AutoNum by Story"        = "AUTONUM(@STORY)";
  55. "AutoNum by Page"            = "AUTONUM(@PAGE)";
  56. "AutoNum by Section"        = "AUTONUM(@SECTION)";
  57. "AutoNum by Document"    = "AUTONUM(@DOCUMENT)";
  58. "Section Number"            = "INDEX(@SECTION);";
  59. "Last Page Number"        = "MAXPAGENUM(@DOCUMENT);";
  60.